home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19981211-19990422 / 000212_news@watsun.cc.columbia.edu _Fri Feb 12 00:54:46 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@watsun.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id AAA07676
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 12 Feb 1999 00:54:46 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id AAA20484
  7.     for kermit.misc@watsun.cc.columbia.edu; Fri, 12 Feb 1999 00:45:11 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Subject: Re: starting external protcol from command line
  11. Date: 12 Feb 1999 05:45:09 GMT
  12. Organization: Columbia University
  13. Message-ID: <7a0f55$k01$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@mailrelay2.cc.columbia.edu
  15.  
  16. In article <36c3b079.27818748@news.demon.co.uk>,
  17. Ian McNeill <imcneill@mccomp.demon.co.uk> wrote:
  18. : jaltman@watsun.cc.columbia.edu (Jeffrey Altman) wrote:
  19. : >Why are you attempting to get calls to ckermit to send using Zmodem
  20. : >in this manner?  
  21. : >
  22. : >If you want to send via zmodem from the shell just call 'sz'.
  23. : The version of sz I have doesnt seem to have a dailup/ line open & locking
  24. : mechanism in it. It requires some other program to do that, and ckermit
  25. : seems to perform this task well. Am I correct in assuming ckermit doesnt
  26. : pass -s filename details onto the external protocol ?
  27.  
  28. So what you are doing is specifying a .kermrc file which dials a host
  29. and then you expect the -s <file> command line to transfer the file 
  30. with Zmodem?
  31.  
  32. This is a bit unintuitive.  The kermit command line options for
  33. file transfer are meant to be used to transfer files with Kermit
  34. protocol over the remote connection.  The proper way to do this
  35. would be to not use the .kermrc file for dialing but to put this
  36. in another script.  Then you could execute the script as:
  37.  
  38.   kermit dial-and-send-file-by-zmodem.ksc = <file>
  39.  
  40. where <file> would be read as a parameter by the script and after
  41. a successful dial the script would say 
  42.  
  43.   SET PROTOCOL ZMODEM
  44.   SEND \&@[3]
  45.  
  46.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  47.                  The Kermit Project * Columbia University
  48.               612 West 115th St #716 * New York, NY * 10025
  49.   http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org